home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / hdrbbs11.lha / HBBS / Nodes / NODE2 / NodeLocal < prev    next >
Text File  |  1996-11-05  |  2KB  |  53 lines

  1. ;$HBBS
  2. ; File   : BBS:Nodes/NodeX/NodeLocal
  3. ; Purpose: Defines specific node options
  4.  
  5. ; this file defines specific node options and overrides ALL settings
  6. ; in bbs:nodes/GlobalConfig.
  7.  
  8. ; if you want all your logs to go in one file just set the filenames of each
  9. ; log file to the same name! then you could have one big global file for
  10. ; all the nodes, or seperate ones for each node, OR completely seperate files
  11. ; for each type of error..  all the doors are supposed to find the location
  12. ; of the file from the "node" program rather than asuming thier location..
  13.  
  14. SysopAccount=Hydra
  15. NodeName=Users Node
  16. NodePhone=01202 434121
  17. NodePlayPen=HBBS:Nodes/Node2/Playpen/    ; specifies directory for uploaded files
  18. NodeConnectScript=hbbs:scripts/Node2Connect.scr
  19.  
  20. AskUserPW=TRUE  ; great for local logins on private node(s)
  21.  
  22. UseSysPW=NO
  23. SysPW=OK
  24. SysPWScript=hbbs:scripts/Node2SysPW.scr ; script that gets run BEFORE the
  25.                                         ; user gets asked for the sys pw
  26. SysPWPrompt=Well ? >
  27.  
  28. UseNodePW=YES
  29. NodePW=YES
  30. NodePWScript=hbbs:scripts/Node2NodePW.scr ; script that gets run BEFORE
  31.                                                ; a user gets asked for the node pw
  32. NodePWPrompt=Enter YES if you have permission to logon >
  33.  
  34. NodeLogFile=hbbs:nodes/node2/logs/node.log ; specifies location of logfile for node
  35. CallersLogFile=hbbs:nodes/node2/logs/callers.log
  36. ModemLogFile=hbbs:nodes/node2/logs/modem.log ; location of modem log for this node
  37. UploadLog=TRUE
  38. DownLoadLog=TRUE
  39.  
  40. AccessLevelRequired=0 ; if you have a lots of nodes you could reserve one of
  41.                       ; them for elite/group/co-sysops...
  42.                       ; obviously for node 1 you should make this setting
  43.                       ; lower or equal to the level of access given to new users
  44.                       ; (see BBS:Access/NewUser)
  45.  
  46. ChatFlag=ON
  47. Iconified=NO
  48. StartScreen=YES
  49. UseOwnScreen=YES
  50.  
  51. DoorLog=FALSE
  52. DoorLogFile=hbbs:nodes/node2/logs/Door.log
  53.